liblwt-ocaml software package provides cooperative light-weight thread library for OCaml (runtime), you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install liblwt-ocaml
liblwt-ocaml is installed in your system.
Make ensure the liblwt-ocaml package were installed using the commands given below,
$ sudo dpkg-query -l | grep liblwt-ocaml *
You will get with liblwt-ocaml package name, version, architecture and description in a table
| Distro | Ubuntu 14 04 lts trusty tahr |
| Section | Ocaml |
| Package | liblwt-ocaml |
| Version | 2.4.3-4 |
| Description | cooperative light-weight thread library for OCaml (runtime) |
| Sub Section | Ocaml |